Pointer:
Accessing data
The initial value of a variable, including a pointer
variable, is undetermined. Let assume that the
initial value stored in
p
is
5FA62
:
int *p;
&p = 25;